home *** CD-ROM | disk | FTP | other *** search
/ Aminet 8 / Aminet 8 (1995)(GTI - Schatztruhe)[!][Oct 1995].iso / Aminet / dev / gcc / gcc270_src.lha / gcc-2.7.0-amiga / config / m88k / t-sysv4 < prev    next >
Text File  |  1995-03-13  |  754b  |  23 lines

  1. # Specify how to create the *.asm files
  2.  
  3. MOVE_ASM = moveHI15x.asm moveQI16x.asm moveSI46x.asm moveSI64n.asm \
  4.        moveHI48x.asm moveSI45x.asm moveSI47x.asm moveSI96x.asm \
  5.        moveDI96x.asm
  6.  
  7. # Use the -abi option for version 03.00 syntax.
  8.  
  9. $(MOVE_ASM): $(srcdir)/config/m88k/m88k-move.sh
  10.     $(srcdir)/config/m88k/m88k-move.sh -abi
  11.  
  12. LIB2FUNCS_EXTRA = $(MOVE_ASM)
  13. LIBGCC1 = libgcc1.null
  14. CROSS_LIBGCC1 = libgcc1.null
  15.  
  16. # We need to use -fPIC when we are using gcc to compile the routines in
  17. # crtstuff.c.  This is only really needed when we are going to use gcc/g++
  18. # to produce a shared library, but since we don't know ahead of time when
  19. # we will be doing that, we just always use -fPIC when compiling the
  20. # routines in crtstuff.c.
  21.  
  22. CRTSTUFF_T_CFLAGS=-fPIC
  23.